wireshark

Home > Software Notes > Tools

run wireshark as user

sudo usermod -aG wireshark $USER

lua protocol dissectors

I wrote two wireshark protocol dissectors for an old serial protocol called FBUS 2 used by nokia phones. Look at the code here: https://git.sr.ht/~mo_k/wireshark-lua-plugins

usb

load usbmon kernel module

modprobe usbmon
add user to usbmon group
sudo usermod -aG usbmon $USER
filter traffic for specific bus/port:
usb.addr == "1.72.1"